3.676 \(\int \frac {(a^2+2 a b x^2+b^2 x^4)^2}{(d x)^{3/2}} \, dx\)

Optimal. Leaf size=89 \[ -\frac {2 a^4}{d \sqrt {d x}}+\frac {8 a^3 b (d x)^{3/2}}{3 d^3}+\frac {12 a^2 b^2 (d x)^{7/2}}{7 d^5}+\frac {8 a b^3 (d x)^{11/2}}{11 d^7}+\frac {2 b^4 (d x)^{15/2}}{15 d^9} \]

[Out]

8/3*a^3*b*(d*x)^(3/2)/d^3+12/7*a^2*b^2*(d*x)^(7/2)/d^5+8/11*a*b^3*(d*x)^(11/2)/d^7+2/15*b^4*(d*x)^(15/2)/d^9-2
*a^4/d/(d*x)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 89, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {28, 270} \[ \frac {12 a^2 b^2 (d x)^{7/2}}{7 d^5}+\frac {8 a^3 b (d x)^{3/2}}{3 d^3}-\frac {2 a^4}{d \sqrt {d x}}+\frac {8 a b^3 (d x)^{11/2}}{11 d^7}+\frac {2 b^4 (d x)^{15/2}}{15 d^9} \]

Antiderivative was successfully verified.

[In]

Int[(a^2 + 2*a*b*x^2 + b^2*x^4)^2/(d*x)^(3/2),x]

[Out]

(-2*a^4)/(d*Sqrt[d*x]) + (8*a^3*b*(d*x)^(3/2))/(3*d^3) + (12*a^2*b^2*(d*x)^(7/2))/(7*d^5) + (8*a*b^3*(d*x)^(11
/2))/(11*d^7) + (2*b^4*(d*x)^(15/2))/(15*d^9)

Rule 28

Int[(u_.)*((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Dist[1/c^p, Int[u*(b/2 + c*x^n)^(2*
p), x], x] /; FreeQ[{a, b, c, n}, x] && EqQ[n2, 2*n] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 270

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*(a + b*x^n)^p,
 x], x] /; FreeQ[{a, b, c, m, n}, x] && IGtQ[p, 0]

Rubi steps

\begin {align*} \int \frac {\left (a^2+2 a b x^2+b^2 x^4\right )^2}{(d x)^{3/2}} \, dx &=\frac {\int \frac {\left (a b+b^2 x^2\right )^4}{(d x)^{3/2}} \, dx}{b^4}\\ &=\frac {\int \left (\frac {a^4 b^4}{(d x)^{3/2}}+\frac {4 a^3 b^5 \sqrt {d x}}{d^2}+\frac {6 a^2 b^6 (d x)^{5/2}}{d^4}+\frac {4 a b^7 (d x)^{9/2}}{d^6}+\frac {b^8 (d x)^{13/2}}{d^8}\right ) \, dx}{b^4}\\ &=-\frac {2 a^4}{d \sqrt {d x}}+\frac {8 a^3 b (d x)^{3/2}}{3 d^3}+\frac {12 a^2 b^2 (d x)^{7/2}}{7 d^5}+\frac {8 a b^3 (d x)^{11/2}}{11 d^7}+\frac {2 b^4 (d x)^{15/2}}{15 d^9}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 55, normalized size = 0.62 \[ \frac {2 x \left (-1155 a^4+1540 a^3 b x^2+990 a^2 b^2 x^4+420 a b^3 x^6+77 b^4 x^8\right )}{1155 (d x)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a^2 + 2*a*b*x^2 + b^2*x^4)^2/(d*x)^(3/2),x]

[Out]

(2*x*(-1155*a^4 + 1540*a^3*b*x^2 + 990*a^2*b^2*x^4 + 420*a*b^3*x^6 + 77*b^4*x^8))/(1155*(d*x)^(3/2))

________________________________________________________________________________________

fricas [A]  time = 0.80, size = 56, normalized size = 0.63 \[ \frac {2 \, {\left (77 \, b^{4} x^{8} + 420 \, a b^{3} x^{6} + 990 \, a^{2} b^{2} x^{4} + 1540 \, a^{3} b x^{2} - 1155 \, a^{4}\right )} \sqrt {d x}}{1155 \, d^{2} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b^2*x^4+2*a*b*x^2+a^2)^2/(d*x)^(3/2),x, algorithm="fricas")

[Out]

2/1155*(77*b^4*x^8 + 420*a*b^3*x^6 + 990*a^2*b^2*x^4 + 1540*a^3*b*x^2 - 1155*a^4)*sqrt(d*x)/(d^2*x)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 89, normalized size = 1.00 \[ -\frac {2 \, {\left (\frac {1155 \, a^{4}}{\sqrt {d x}} - \frac {77 \, \sqrt {d x} b^{4} d^{119} x^{7} + 420 \, \sqrt {d x} a b^{3} d^{119} x^{5} + 990 \, \sqrt {d x} a^{2} b^{2} d^{119} x^{3} + 1540 \, \sqrt {d x} a^{3} b d^{119} x}{d^{120}}\right )}}{1155 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b^2*x^4+2*a*b*x^2+a^2)^2/(d*x)^(3/2),x, algorithm="giac")

[Out]

-2/1155*(1155*a^4/sqrt(d*x) - (77*sqrt(d*x)*b^4*d^119*x^7 + 420*sqrt(d*x)*a*b^3*d^119*x^5 + 990*sqrt(d*x)*a^2*
b^2*d^119*x^3 + 1540*sqrt(d*x)*a^3*b*d^119*x)/d^120)/d

________________________________________________________________________________________

maple [A]  time = 0.01, size = 52, normalized size = 0.58 \[ -\frac {2 \left (-77 b^{4} x^{8}-420 a \,b^{3} x^{6}-990 a^{2} b^{2} x^{4}-1540 a^{3} b \,x^{2}+1155 a^{4}\right ) x}{1155 \left (d x \right )^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b^2*x^4+2*a*b*x^2+a^2)^2/(d*x)^(3/2),x)

[Out]

-2/1155*(-77*b^4*x^8-420*a*b^3*x^6-990*a^2*b^2*x^4-1540*a^3*b*x^2+1155*a^4)*x/(d*x)^(3/2)

________________________________________________________________________________________

maxima [A]  time = 1.21, size = 76, normalized size = 0.85 \[ -\frac {2 \, {\left (\frac {1155 \, a^{4}}{\sqrt {d x}} - \frac {77 \, \left (d x\right )^{\frac {15}{2}} b^{4} + 420 \, \left (d x\right )^{\frac {11}{2}} a b^{3} d^{2} + 990 \, \left (d x\right )^{\frac {7}{2}} a^{2} b^{2} d^{4} + 1540 \, \left (d x\right )^{\frac {3}{2}} a^{3} b d^{6}}{d^{8}}\right )}}{1155 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b^2*x^4+2*a*b*x^2+a^2)^2/(d*x)^(3/2),x, algorithm="maxima")

[Out]

-2/1155*(1155*a^4/sqrt(d*x) - (77*(d*x)^(15/2)*b^4 + 420*(d*x)^(11/2)*a*b^3*d^2 + 990*(d*x)^(7/2)*a^2*b^2*d^4
+ 1540*(d*x)^(3/2)*a^3*b*d^6)/d^8)/d

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 71, normalized size = 0.80 \[ \frac {2\,b^4\,{\left (d\,x\right )}^{15/2}}{15\,d^9}-\frac {2\,a^4}{d\,\sqrt {d\,x}}+\frac {12\,a^2\,b^2\,{\left (d\,x\right )}^{7/2}}{7\,d^5}+\frac {8\,a^3\,b\,{\left (d\,x\right )}^{3/2}}{3\,d^3}+\frac {8\,a\,b^3\,{\left (d\,x\right )}^{11/2}}{11\,d^7} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a^2 + b^2*x^4 + 2*a*b*x^2)^2/(d*x)^(3/2),x)

[Out]

(2*b^4*(d*x)^(15/2))/(15*d^9) - (2*a^4)/(d*(d*x)^(1/2)) + (12*a^2*b^2*(d*x)^(7/2))/(7*d^5) + (8*a^3*b*(d*x)^(3
/2))/(3*d^3) + (8*a*b^3*(d*x)^(11/2))/(11*d^7)

________________________________________________________________________________________

sympy [A]  time = 1.38, size = 88, normalized size = 0.99 \[ - \frac {2 a^{4}}{d^{\frac {3}{2}} \sqrt {x}} + \frac {8 a^{3} b x^{\frac {3}{2}}}{3 d^{\frac {3}{2}}} + \frac {12 a^{2} b^{2} x^{\frac {7}{2}}}{7 d^{\frac {3}{2}}} + \frac {8 a b^{3} x^{\frac {11}{2}}}{11 d^{\frac {3}{2}}} + \frac {2 b^{4} x^{\frac {15}{2}}}{15 d^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b**2*x**4+2*a*b*x**2+a**2)**2/(d*x)**(3/2),x)

[Out]

-2*a**4/(d**(3/2)*sqrt(x)) + 8*a**3*b*x**(3/2)/(3*d**(3/2)) + 12*a**2*b**2*x**(7/2)/(7*d**(3/2)) + 8*a*b**3*x*
*(11/2)/(11*d**(3/2)) + 2*b**4*x**(15/2)/(15*d**(3/2))

________________________________________________________________________________________